Contains the items or files that are attached to an item in the Exchange store.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<AttachmentInfo> Attachments { get; }Public ReadOnly Property Attachments As IList(Of AttachmentInfo)
Get
Property Value
Type:
IListAttachmentInfoThe attachments.
See Also